home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 97 / Cine Live 97.iso / pc / cinelive97 data / media / interface / bouclevideo.xd < prev    next >
Encoding:
Text File  |  2005-11-30  |  44.2 KB  |  2,187 lines

  1. module O_DOCUMENT_1 is cDocument with
  2.     Flags is 340;
  3.     Name is "Document";
  4.     Autorun is false;
  5.     Clipping is false;
  6.     Enabled is false;
  7.     Shown is true;
  8.     Cursor is oEmptyCursor;
  9.     XAdjuster is cLayoutLeftAdjuster with
  10.         Delta is 0;
  11.     end;
  12.     YAdjuster is cLayoutTopAdjuster with
  13.         Delta is 0;
  14.     end;
  15.     WidthAdjuster is cCustomWidthAdjuster with
  16.         Delta is 800;
  17.     end;
  18.     HeightAdjuster is cCustomHeightAdjuster with
  19.         Delta is 600;
  20.     end;
  21.     Duration is 2147483647;
  22.     Looping is false;
  23.     Rate is 100;
  24.     TimeScale is 1000;
  25.     URLOption is cURLOption with
  26.     end;
  27.     Kind is cTransparentBoxKind with
  28.     end;
  29.     TimeLineTarget is cTarget with
  30.         ID is oTargetRoot;
  31.     end;
  32.     DocType is true;
  33.     release Editor:
  34.         PaletteIndex is 1;
  35.         WindowState is {527,86,972,1046,0,-122,0,0};
  36.     end;
  37.     Elements is [
  38.         O_MOVIE_2
  39.     ];
  40.     Events is [
  41.         cLoadedEvent with
  42.             Flags is 4;
  43.             Flag is true;
  44.             Commands is [
  45.                 cSetCommand with
  46.                     Flags is 0;
  47.                     ValueRef is cGlobalRef with
  48.                         Name is "bouclevideo";
  49.                     end;
  50.                     Op is cSetIntegerValueOp with
  51.                         Value is 0;
  52.                     end;
  53.                 end,
  54.                 cFocusCommand with
  55.                     Flags is 0;
  56.                     Target is cTarget with
  57.                         ID is O_MOVIE_2;
  58.                     end;
  59.                 end
  60.             ];
  61.         end
  62.     ];
  63.     TimeLine is cTimeLine with
  64.         Flags is 0;
  65.         Duration is 0;
  66.         Start is 0;
  67.         Stop is 0;
  68.         Time is 0;
  69.         TimeScale is 1000;
  70.     end;
  71. end;
  72.  
  73. object O_MOVIE_2 is cQTMovie with
  74.     Flags is 84;
  75.     Name is "Movie";
  76.     Autorun is true;
  77.     Clipping is false;
  78.     Enabled is true;
  79.     Shown is true;
  80.     Cursor is oEmptyCursor;
  81.     XAdjuster is cLayoutLeftAdjuster with
  82.         Delta is 0;
  83.     end;
  84.     YAdjuster is cLayoutTopAdjuster with
  85.         Delta is 0;
  86.     end;
  87.     WidthAdjuster is cCustomWidthAdjuster with
  88.         Delta is 800;
  89.     end;
  90.     HeightAdjuster is cCustomHeightAdjuster with
  91.         Delta is 600;
  92.     end;
  93.     Duration is 145680;
  94.     Looping is false;
  95.     Rate is 100;
  96.     TimeScale is 1000;
  97.     URLOption is cDiskURLOption with
  98.         URL is "Media/Videos/Bonusmunich.mpg";
  99.     end;
  100.     Buffered is false;
  101.     Controlled is false;
  102.     Layered is false;
  103.     Wired is false;
  104.     release Editor:
  105.     end;
  106.     Events is [
  107.         cFinishedEvent with
  108.             Flags is 4;
  109.             Commands is [
  110.                 cSetCommand with
  111.                     Flags is 0;
  112.                     ValueRef is cGlobalRef with
  113.                         Name is "bouclevideo";
  114.                     end;
  115.                     Op is cSetIntegerAddOp with
  116.                         Value is 1;
  117.                     end;
  118.                 end,
  119.                 cIfCommand with
  120.                     Flags is 0;
  121.                     ValueRef is cGlobalRef with
  122.                         Name is "bouclevideo";
  123.                     end;
  124.                     Op is cTestIntegerEqualOp with
  125.                         Value is 1;
  126.                     end;
  127.                     Commands is [
  128.                         cSwitchURLCommand with
  129.                             Flags is 0;
  130.                             Target is cTarget with
  131.                                 ID is O_MOVIE_2;
  132.                             end;
  133.                             URLOption is cDiskURLOption with
  134.                                 URL is "Media/Videos/Bonusrouge.mpg";
  135.                             end;
  136.                         end,
  137.                         cFocusCommand with
  138.                             Flags is 0;
  139.                             Target is cTarget with
  140.                                 ID is O_MOVIE_2;
  141.                             end;
  142.                         end
  143.                     ];
  144.                 end,
  145.                 cIfCommand with
  146.                     Flags is 0;
  147.                     ValueRef is cGlobalRef with
  148.                         Name is "bouclevideo";
  149.                     end;
  150.                     Op is cTestIntegerEqualOp with
  151.                         Value is 2;
  152.                     end;
  153.                     Commands is [
  154.                         cSwitchURLCommand with
  155.                             Flags is 0;
  156.                             Target is cTarget with
  157.                                 ID is O_MOVIE_2;
  158.                             end;
  159.                             URLOption is cDiskURLOption with
  160.                                 URL is "Media/Videos/a1.mpg";
  161.                             end;
  162.                         end,
  163.                         cFocusCommand with
  164.                             Flags is 0;
  165.                             Target is cTarget with
  166.                                 ID is O_MOVIE_2;
  167.                             end;
  168.                         end
  169.                     ];
  170.                 end,
  171.                 cIfCommand with
  172.                     Flags is 0;
  173.                     ValueRef is cGlobalRef with
  174.                         Name is "bouclevideo";
  175.                     end;
  176.                     Op is cTestIntegerEqualOp with
  177.                         Value is 3;
  178.                     end;
  179.                     Commands is [
  180.                         cSwitchURLCommand with
  181.                             Flags is 0;
  182.                             Target is cTarget with
  183.                                 ID is O_MOVIE_2;
  184.                             end;
  185.                             URLOption is cDiskURLOption with
  186.                                 URL is "Media/Videos/a2.mpg";
  187.                             end;
  188.                         end,
  189.                         cFocusCommand with
  190.                             Flags is 0;
  191.                             Target is cTarget with
  192.                                 ID is O_MOVIE_2;
  193.                             end;
  194.                         end
  195.                     ];
  196.                 end,
  197.                 cIfCommand with
  198.                     Flags is 0;
  199.                     ValueRef is cGlobalRef with
  200.                         Name is "bouclevideo";
  201.                     end;
  202.                     Op is cTestIntegerEqualOp with
  203.                         Value is 4;
  204.                     end;
  205.                     Commands is [
  206.                         cSwitchURLCommand with
  207.                             Flags is 0;
  208.                             Target is cTarget with
  209.                                 ID is O_MOVIE_2;
  210.                             end;
  211.                             URLOption is cDiskURLOption with
  212.                                 URL is "Media/Videos/a3.mpg";
  213.                             end;
  214.                         end,
  215.                         cFocusCommand with
  216.                             Flags is 0;
  217.                             Target is cTarget with
  218.                                 ID is O_MOVIE_2;
  219.                             end;
  220.                         end
  221.                     ];
  222.                 end,
  223.                 cIfCommand with
  224.                     Flags is 0;
  225.                     ValueRef is cGlobalRef with
  226.                         Name is "bouclevideo";
  227.                     end;
  228.                     Op is cTestIntegerEqualOp with
  229.                         Value is 5;
  230.                     end;
  231.                     Commands is [
  232.                         cSwitchURLCommand with
  233.                             Flags is 0;
  234.                             Target is cTarget with
  235.                                 ID is O_MOVIE_2;
  236.                             end;
  237.                             URLOption is cDiskURLOption with
  238.                                 URL is "Media/Videos/a4.mpg";
  239.                             end;
  240.                         end,
  241.                         cFocusCommand with
  242.                             Flags is 0;
  243.                             Target is cTarget with
  244.                                 ID is O_MOVIE_2;
  245.                             end;
  246.                         end
  247.                     ];
  248.                 end,
  249.                 cIfCommand with
  250.                     Flags is 0;
  251.                     ValueRef is cGlobalRef with
  252.                         Name is "bouclevideo";
  253.                     end;
  254.                     Op is cTestIntegerEqualOp with
  255.                         Value is 6;
  256.                     end;
  257.                     Commands is [
  258.                         cSwitchURLCommand with
  259.                             Flags is 0;
  260.                             Target is cTarget with
  261.                                 ID is O_MOVIE_2;
  262.                             end;
  263.                             URLOption is cDiskURLOption with
  264.                                 URL is "Media/Videos/a6.mpg";
  265.                             end;
  266.                         end,
  267.                         cFocusCommand with
  268.                             Flags is 0;
  269.                             Target is cTarget with
  270.                                 ID is O_MOVIE_2;
  271.                             end;
  272.                         end
  273.                     ];
  274.                 end,
  275.                 cIfCommand with
  276.                     Flags is 0;
  277.                     ValueRef is cGlobalRef with
  278.                         Name is "bouclevideo";
  279.                     end;
  280.                     Op is cTestIntegerEqualOp with
  281.                         Value is 7;
  282.                     end;
  283.                     Commands is [
  284.                         cSwitchURLCommand with
  285.                             Flags is 0;
  286.                             Target is cTarget with
  287.                                 ID is O_MOVIE_2;
  288.                             end;
  289.                             URLOption is cDiskURLOption with
  290.                                 URL is "Media/Videos/a7.mpg";
  291.                             end;
  292.                         end,
  293.                         cFocusCommand with
  294.                             Flags is 0;
  295.                             Target is cTarget with
  296.                                 ID is O_MOVIE_2;
  297.                             end;
  298.                         end
  299.                     ];
  300.                 end,
  301.                 cIfCommand with
  302.                     Flags is 0;
  303.                     ValueRef is cGlobalRef with
  304.                         Name is "bouclevideo";
  305.                     end;
  306.                     Op is cTestIntegerEqualOp with
  307.                         Value is 8;
  308.                     end;
  309.                     Commands is [
  310.                         cSwitchURLCommand with
  311.                             Flags is 0;
  312.                             Target is cTarget with
  313.                                 ID is O_MOVIE_2;
  314.                             end;
  315.                             URLOption is cDiskURLOption with
  316.                                 URL is "Media/Videos/a8.MPG";
  317.                             end;
  318.                         end,
  319.                         cFocusCommand with
  320.                             Flags is 0;
  321.                             Target is cTarget with
  322.                                 ID is O_MOVIE_2;
  323.                             end;
  324.                         end
  325.                     ];
  326.                 end,
  327.                 cIfCommand with
  328.                     Flags is 4;
  329.                     ValueRef is cGlobalRef with
  330.                         Name is "bouclevideo";
  331.                     end;
  332.                     Op is cTestIntegerEqualOp with
  333.                         Value is 9;
  334.                     end;
  335.                     Commands is [
  336.                         cDragCommand with
  337.                             Flags is 0;
  338.                             Target is cTarget with
  339.                                 ID is O_MOVIE_2;
  340.                             end;
  341.                             Mode is DragTo;
  342.                             X is 0;
  343.                             Y is 70;
  344.                             Constraint is cTarget with
  345.                             end;
  346.                         end,
  347.                         cGrowCommand with
  348.                             Flags is 0;
  349.                             Target is cTarget with
  350.                                 ID is O_MOVIE_2;
  351.                             end;
  352.                             Mode is GrowTo;
  353.                             X is 800;
  354.                             Y is 450;
  355.                             Constraint is cTarget with
  356.                             end;
  357.                         end,
  358.                         cSwitchURLCommand with
  359.                             Flags is 0;
  360.                             Target is cTarget with
  361.                                 ID is O_MOVIE_2;
  362.                             end;
  363.                             URLOption is cDiskURLOption with
  364.                                 URL is "Media/Videos/a10.mpg";
  365.                             end;
  366.                         end,
  367.                         cFocusCommand with
  368.                             Flags is 0;
  369.                             Target is cTarget with
  370.                                 ID is O_MOVIE_2;
  371.                             end;
  372.                         end
  373.                     ];
  374.                 end,
  375.                 cIfCommand with
  376.                     Flags is 0;
  377.                     ValueRef is cGlobalRef with
  378.                         Name is "bouclevideo";
  379.                     end;
  380.                     Op is cTestIntegerEqualOp with
  381.                         Value is 10;
  382.                     end;
  383.                     Commands is [
  384.                         cDragCommand with
  385.                             Flags is 0;
  386.                             Target is cTarget with
  387.                                 ID is O_MOVIE_2;
  388.                             end;
  389.                             Mode is DragTo;
  390.                             X is 0;
  391.                             Y is 0;
  392.                             Constraint is cTarget with
  393.                             end;
  394.                         end,
  395.                         cGrowCommand with
  396.                             Flags is 0;
  397.                             Target is cTarget with
  398.                                 ID is O_MOVIE_2;
  399.                             end;
  400.                             Mode is GrowTo;
  401.                             X is 800;
  402.                             Y is 600;
  403.                             Constraint is cTarget with
  404.                             end;
  405.                         end,
  406.                         cSwitchURLCommand with
  407.                             Flags is 0;
  408.                             Target is cTarget with
  409.                                 ID is O_MOVIE_2;
  410.                             end;
  411.                             URLOption is cDiskURLOption with
  412.                                 URL is "Media/Videos/a11.mpg";
  413.                             end;
  414.                         end,
  415.                         cFocusCommand with
  416.                             Flags is 0;
  417.                             Target is cTarget with
  418.                                 ID is O_MOVIE_2;
  419.                             end;
  420.                         end
  421.                     ];
  422.                 end,
  423.                 cIfCommand with
  424.                     Flags is 0;
  425.                     ValueRef is cGlobalRef with
  426.                         Name is "bouclevideo";
  427.                     end;
  428.                     Op is cTestIntegerEqualOp with
  429.                         Value is 11;
  430.                     end;
  431.                     Commands is [
  432.                         cSwitchURLCommand with
  433.                             Flags is 0;
  434.                             Target is cTarget with
  435.                                 ID is O_MOVIE_2;
  436.                             end;
  437.                             URLOption is cDiskURLOption with
  438.                                 URL is "Media/Videos/a12.mpg";
  439.                             end;
  440.                         end,
  441.                         cFocusCommand with
  442.                             Flags is 0;
  443.                             Target is cTarget with
  444.                                 ID is O_MOVIE_2;
  445.                             end;
  446.                         end
  447.                     ];
  448.                 end,
  449.                 cIfCommand with
  450.                     Flags is 0;
  451.                     ValueRef is cGlobalRef with
  452.                         Name is "bouclevideo";
  453.                     end;
  454.                     Op is cTestIntegerEqualOp with
  455.                         Value is 12;
  456.                     end;
  457.                     Commands is [
  458.                         cSwitchURLCommand with
  459.                             Flags is 0;
  460.                             Target is cTarget with
  461.                                 ID is O_MOVIE_2;
  462.                             end;
  463.                             URLOption is cDiskURLOption with
  464.                                 URL is "Media/Videos/a13.mpg";
  465.                             end;
  466.                         end,
  467.                         cFocusCommand with
  468.                             Flags is 0;
  469.                             Target is cTarget with
  470.                                 ID is O_MOVIE_2;
  471.                             end;
  472.                         end
  473.                     ];
  474.                 end,
  475.                 cIfCommand with
  476.                     Flags is 0;
  477.                     ValueRef is cGlobalRef with
  478.                         Name is "bouclevideo";
  479.                     end;
  480.                     Op is cTestIntegerEqualOp with
  481.                         Value is 13;
  482.                     end;
  483.                     Commands is [
  484.                         cSwitchURLCommand with
  485.                             Flags is 0;
  486.                             Target is cTarget with
  487.                                 ID is O_MOVIE_2;
  488.                             end;
  489.                             URLOption is cDiskURLOption with
  490.                                 URL is "Media/Videos/a14.mpg";
  491.                             end;
  492.                         end,
  493.                         cFocusCommand with
  494.                             Flags is 0;
  495.                             Target is cTarget with
  496.                                 ID is O_MOVIE_2;
  497.                             end;
  498.                         end
  499.                     ];
  500.                 end,
  501.                 cIfCommand with
  502.                     Flags is 0;
  503.                     ValueRef is cGlobalRef with
  504.                         Name is "bouclevideo";
  505.                     end;
  506.                     Op is cTestIntegerEqualOp with
  507.                         Value is 14;
  508.                     end;
  509.                     Commands is [
  510.                         cSwitchURLCommand with
  511.                             Flags is 0;
  512.                             Target is cTarget with
  513.                                 ID is O_MOVIE_2;
  514.                             end;
  515.                             URLOption is cDiskURLOption with
  516.                                 URL is "Media/Videos/a15.mpg";
  517.                             end;
  518.                         end,
  519.                         cFocusCommand with
  520.                             Flags is 0;
  521.                             Target is cTarget with
  522.                                 ID is O_MOVIE_2;
  523.                             end;
  524.                         end
  525.                     ];
  526.                 end,
  527.                 cIfCommand with
  528.                     Flags is 0;
  529.                     ValueRef is cGlobalRef with
  530.                         Name is "bouclevideo";
  531.                     end;
  532.                     Op is cTestIntegerEqualOp with
  533.                         Value is 15;
  534.                     end;
  535.                     Commands is [
  536.                         cSwitchURLCommand with
  537.                             Flags is 0;
  538.                             Target is cTarget with
  539.                                 ID is O_MOVIE_2;
  540.                             end;
  541.                             URLOption is cDiskURLOption with
  542.                                 URL is "Media/Videos/a16.mpg";
  543.                             end;
  544.                         end,
  545.                         cFocusCommand with
  546.                             Flags is 0;
  547.                             Target is cTarget with
  548.                                 ID is O_MOVIE_2;
  549.                             end;
  550.                         end
  551.                     ];
  552.                 end,
  553.                 cIfCommand with
  554.                     Flags is 0;
  555.                     ValueRef is cGlobalRef with
  556.                         Name is "bouclevideo";
  557.                     end;
  558.                     Op is cTestIntegerEqualOp with
  559.                         Value is 16;
  560.                     end;
  561.                     Commands is [
  562.                         cSwitchURLCommand with
  563.                             Flags is 0;
  564.                             Target is cTarget with
  565.                                 ID is O_MOVIE_2;
  566.                             end;
  567.                             URLOption is cDiskURLOption with
  568.                                 URL is "Media/Videos/a17.mpg";
  569.                             end;
  570.                         end,
  571.                         cFocusCommand with
  572.                             Flags is 0;
  573.                             Target is cTarget with
  574.                                 ID is O_MOVIE_2;
  575.                             end;
  576.                         end
  577.                     ];
  578.                 end,
  579.                 cIfCommand with
  580.                     Flags is 0;
  581.                     ValueRef is cGlobalRef with
  582.                         Name is "bouclevideo";
  583.                     end;
  584.                     Op is cTestIntegerEqualOp with
  585.                         Value is 17;
  586.                     end;
  587.                     Commands is [
  588.                         cSwitchURLCommand with
  589.                             Flags is 0;
  590.                             Target is cTarget with
  591.                                 ID is O_MOVIE_2;
  592.                             end;
  593.                             URLOption is cDiskURLOption with
  594.                                 URL is "Media/Videos/a18.mpg";
  595.                             end;
  596.                         end,
  597.                         cFocusCommand with
  598.                             Flags is 0;
  599.                             Target is cTarget with
  600.                                 ID is O_MOVIE_2;
  601.                             end;
  602.                         end
  603.                     ];
  604.                 end,
  605.                 cIfCommand with
  606.                     Flags is 0;
  607.                     ValueRef is cGlobalRef with
  608.                         Name is "bouclevideo";
  609.                     end;
  610.                     Op is cTestIntegerEqualOp with
  611.                         Value is 18;
  612.                     end;
  613.                     Commands is [
  614.                         cSwitchURLCommand with
  615.                             Flags is 0;
  616.                             Target is cTarget with
  617.                                 ID is O_MOVIE_2;
  618.                             end;
  619.                             URLOption is cDiskURLOption with
  620.                                 URL is "Media/Videos/a19.mpg";
  621.                             end;
  622.                         end,
  623.                         cFocusCommand with
  624.                             Flags is 0;
  625.                             Target is cTarget with
  626.                                 ID is O_MOVIE_2;
  627.                             end;
  628.                         end
  629.                     ];
  630.                 end,
  631.                 cIfCommand with
  632.                     Flags is 0;
  633.                     ValueRef is cGlobalRef with
  634.                         Name is "bouclevideo";
  635.                     end;
  636.                     Op is cTestIntegerEqualOp with
  637.                         Value is 19;
  638.                     end;
  639.                     Commands is [
  640.                         cSwitchURLCommand with
  641.                             Flags is 0;
  642.                             Target is cTarget with
  643.                                 ID is O_MOVIE_2;
  644.                             end;
  645.                             URLOption is cDiskURLOption with
  646.                                 URL is "Media/Videos/a20.mpg";
  647.                             end;
  648.                         end,
  649.                         cFocusCommand with
  650.                             Flags is 0;
  651.                             Target is cTarget with
  652.                                 ID is O_MOVIE_2;
  653.                             end;
  654.                         end
  655.                     ];
  656.                 end,
  657.                 cIfCommand with
  658.                     Flags is 0;
  659.                     ValueRef is cGlobalRef with
  660.                         Name is "bouclevideo";
  661.                     end;
  662.                     Op is cTestIntegerEqualOp with
  663.                         Value is 20;
  664.                     end;
  665.                     Commands is [
  666.                         cSwitchURLCommand with
  667.                             Flags is 0;
  668.                             Target is cTarget with
  669.                                 ID is O_MOVIE_2;
  670.                             end;
  671.                             URLOption is cDiskURLOption with
  672.                                 URL is "Media/Videos/a21.mpg";
  673.                             end;
  674.                         end,
  675.                         cFocusCommand with
  676.                             Flags is 0;
  677.                             Target is cTarget with
  678.                                 ID is O_MOVIE_2;
  679.                             end;
  680.                         end
  681.                     ];
  682.                 end,
  683.                 cIfCommand with
  684.                     Flags is 0;
  685.                     ValueRef is cGlobalRef with
  686.                         Name is "bouclevideo";
  687.                     end;
  688.                     Op is cTestIntegerEqualOp with
  689.                         Value is 21;
  690.                     end;
  691.                     Commands is [
  692.                         cDragCommand with
  693.                             Flags is 0;
  694.                             Target is cTarget with
  695.                                 ID is O_MOVIE_2;
  696.                             end;
  697.                             Mode is DragTo;
  698.                             X is 0;
  699.                             Y is 70;
  700.                             Constraint is cTarget with
  701.                             end;
  702.                         end,
  703.                         cGrowCommand with
  704.                             Flags is 0;
  705.                             Target is cTarget with
  706.                                 ID is O_MOVIE_2;
  707.                             end;
  708.                             Mode is GrowTo;
  709.                             X is 800;
  710.                             Y is 450;
  711.                             Constraint is cTarget with
  712.                             end;
  713.                         end,
  714.                         cSwitchURLCommand with
  715.                             Flags is 0;
  716.                             Target is cTarget with
  717.                                 ID is O_MOVIE_2;
  718.                             end;
  719.                             URLOption is cDiskURLOption with
  720.                                 URL is "Media/Videos/a22.mpg";
  721.                             end;
  722.                         end,
  723.                         cFocusCommand with
  724.                             Flags is 0;
  725.                             Target is cTarget with
  726.                                 ID is O_MOVIE_2;
  727.                             end;
  728.                         end
  729.                     ];
  730.                 end,
  731.                 cIfCommand with
  732.                     Flags is 0;
  733.                     ValueRef is cGlobalRef with
  734.                         Name is "bouclevideo";
  735.                     end;
  736.                     Op is cTestIntegerEqualOp with
  737.                         Value is 22;
  738.                     end;
  739.                     Commands is [
  740.                         cDragCommand with
  741.                             Flags is 0;
  742.                             Target is cTarget with
  743.                                 ID is O_MOVIE_2;
  744.                             end;
  745.                             Mode is DragTo;
  746.                             X is 0;
  747.                             Y is 0;
  748.                             Constraint is cTarget with
  749.                             end;
  750.                         end,
  751.                         cGrowCommand with
  752.                             Flags is 0;
  753.                             Target is cTarget with
  754.                                 ID is O_MOVIE_2;
  755.                             end;
  756.                             Mode is GrowTo;
  757.                             X is 800;
  758.                             Y is 600;
  759.                             Constraint is cTarget with
  760.                             end;
  761.                         end,
  762.                         cSwitchURLCommand with
  763.                             Flags is 0;
  764.                             Target is cTarget with
  765.                                 ID is O_MOVIE_2;
  766.                             end;
  767.                             URLOption is cDiskURLOption with
  768.                                 URL is "Media/Videos/a23.mpg";
  769.                             end;
  770.                         end,
  771.                         cFocusCommand with
  772.                             Flags is 0;
  773.                             Target is cTarget with
  774.                                 ID is O_MOVIE_2;
  775.                             end;
  776.                         end
  777.                     ];
  778.                 end,
  779.                 cIfCommand with
  780.                     Flags is 0;
  781.                     ValueRef is cGlobalRef with
  782.                         Name is "bouclevideo";
  783.                     end;
  784.                     Op is cTestIntegerEqualOp with
  785.                         Value is 23;
  786.                     end;
  787.                     Commands is [
  788.                         cSwitchURLCommand with
  789.                             Flags is 0;
  790.                             Target is cTarget with
  791.                                 ID is O_MOVIE_2;
  792.                             end;
  793.                             URLOption is cDiskURLOption with
  794.                                 URL is "Media/Videos/s1.mpg";
  795.                             end;
  796.                         end,
  797.                         cFocusCommand with
  798.                             Flags is 0;
  799.                             Target is cTarget with
  800.                                 ID is O_MOVIE_2;
  801.                             end;
  802.                         end
  803.                     ];
  804.                 end,
  805.                 cIfCommand with
  806.                     Flags is 0;
  807.                     ValueRef is cGlobalRef with
  808.                         Name is "bouclevideo";
  809.                     end;
  810.                     Op is cTestIntegerEqualOp with
  811.                         Value is 24;
  812.                     end;
  813.                     Commands is [
  814.                         cSwitchURLCommand with
  815.                             Flags is 0;
  816.                             Target is cTarget with
  817.                                 ID is O_MOVIE_2;
  818.                             end;
  819.                             URLOption is cDiskURLOption with
  820.                                 URL is "Media/Videos/s2.mpg";
  821.                             end;
  822.                         end,
  823.                         cFocusCommand with
  824.                             Flags is 0;
  825.                             Target is cTarget with
  826.                                 ID is O_MOVIE_2;
  827.                             end;
  828.                         end
  829.                     ];
  830.                 end,
  831.                 cIfCommand with
  832.                     Flags is 0;
  833.                     ValueRef is cGlobalRef with
  834.                         Name is "bouclevideo";
  835.                     end;
  836.                     Op is cTestIntegerEqualOp with
  837.                         Value is 25;
  838.                     end;
  839.                     Commands is [
  840.                         cSwitchURLCommand with
  841.                             Flags is 0;
  842.                             Target is cTarget with
  843.                                 ID is O_MOVIE_2;
  844.                             end;
  845.                             URLOption is cDiskURLOption with
  846.                                 URL is "Media/Videos/s3.mpg";
  847.                             end;
  848.                         end,
  849.                         cFocusCommand with
  850.                             Flags is 0;
  851.                             Target is cTarget with
  852.                                 ID is O_MOVIE_2;
  853.                             end;
  854.                         end
  855.                     ];
  856.                 end,
  857.                 cIfCommand with
  858.                     Flags is 0;
  859.                     ValueRef is cGlobalRef with
  860.                         Name is "bouclevideo";
  861.                     end;
  862.                     Op is cTestIntegerEqualOp with
  863.                         Value is 26;
  864.                     end;
  865.                     Commands is [
  866.                         cSwitchURLCommand with
  867.                             Flags is 0;
  868.                             Target is cTarget with
  869.                                 ID is O_MOVIE_2;
  870.                             end;
  871.                             URLOption is cDiskURLOption with
  872.                                 URL is "Media/Videos/s4.mpg";
  873.                             end;
  874.                         end,
  875.                         cFocusCommand with
  876.                             Flags is 0;
  877.                             Target is cTarget with
  878.                                 ID is O_MOVIE_2;
  879.                             end;
  880.                         end
  881.                     ];
  882.                 end,
  883.                 cIfCommand with
  884.                     Flags is 0;
  885.                     ValueRef is cGlobalRef with
  886.                         Name is "bouclevideo";
  887.                     end;
  888.                     Op is cTestIntegerEqualOp with
  889.                         Value is 27;
  890.                     end;
  891.                     Commands is [
  892.                         cSwitchURLCommand with
  893.                             Flags is 0;
  894.                             Target is cTarget with
  895.                                 ID is O_MOVIE_2;
  896.                             end;
  897.                             URLOption is cDiskURLOption with
  898.                                 URL is "Media/Videos/s5.mpg";
  899.                             end;
  900.                         end,
  901.                         cFocusCommand with
  902.                             Flags is 0;
  903.                             Target is cTarget with
  904.                                 ID is O_MOVIE_2;
  905.                             end;
  906.                         end
  907.                     ];
  908.                 end,
  909.                 cIfCommand with
  910.                     Flags is 0;
  911.                     ValueRef is cGlobalRef with
  912.                         Name is "bouclevideo";
  913.                     end;
  914.                     Op is cTestIntegerEqualOp with
  915.                         Value is 28;
  916.                     end;
  917.                     Commands is [
  918.                         cSwitchURLCommand with
  919.                             Flags is 0;
  920.                             Target is cTarget with
  921.                                 ID is O_MOVIE_2;
  922.                             end;
  923.                             URLOption is cDiskURLOption with
  924.                                 URL is "Media/Videos/s6.mpg";
  925.                             end;
  926.                         end,
  927.                         cFocusCommand with
  928.                             Flags is 0;
  929.                             Target is cTarget with
  930.                                 ID is O_MOVIE_2;
  931.                             end;
  932.                         end
  933.                     ];
  934.                 end,
  935.                 cIfCommand with
  936.                     Flags is 0;
  937.                     ValueRef is cGlobalRef with
  938.                         Name is "bouclevideo";
  939.                     end;
  940.                     Op is cTestIntegerEqualOp with
  941.                         Value is 29;
  942.                     end;
  943.                     Commands is [
  944.                         cSwitchURLCommand with
  945.                             Flags is 0;
  946.                             Target is cTarget with
  947.                                 ID is O_MOVIE_2;
  948.                             end;
  949.                             URLOption is cDiskURLOption with
  950.                                 URL is "Media/Videos/s7.mpg";
  951.                             end;
  952.                         end,
  953.                         cFocusCommand with
  954.                             Flags is 0;
  955.                             Target is cTarget with
  956.                                 ID is O_MOVIE_2;
  957.                             end;
  958.                         end
  959.                     ];
  960.                 end,
  961.                 cIfCommand with
  962.                     Flags is 0;
  963.                     ValueRef is cGlobalRef with
  964.                         Name is "bouclevideo";
  965.                     end;
  966.                     Op is cTestIntegerEqualOp with
  967.                         Value is 30;
  968.                     end;
  969.                     Commands is [
  970.                         cSwitchURLCommand with
  971.                             Flags is 0;
  972.                             Target is cTarget with
  973.                                 ID is O_MOVIE_2;
  974.                             end;
  975.                             URLOption is cDiskURLOption with
  976.                                 URL is "Media/Videos/s8.mpg";
  977.                             end;
  978.                         end,
  979.                         cFocusCommand with
  980.                             Flags is 0;
  981.                             Target is cTarget with
  982.                                 ID is O_MOVIE_2;
  983.                             end;
  984.                         end
  985.                     ];
  986.                 end,
  987.                 cIfCommand with
  988.                     Flags is 0;
  989.                     ValueRef is cGlobalRef with
  990.                         Name is "bouclevideo";
  991.                     end;
  992.                     Op is cTestIntegerEqualOp with
  993.                         Value is 31;
  994.                     end;
  995.                     Commands is [
  996.                         cSwitchURLCommand with
  997.                             Flags is 0;
  998.                             Target is cTarget with
  999.                                 ID is O_MOVIE_2;
  1000.                             end;
  1001.                             URLOption is cDiskURLOption with
  1002.                                 URL is "Media/Videos/s9.mpg";
  1003.                             end;
  1004.                         end,
  1005.                         cFocusCommand with
  1006.                             Flags is 0;
  1007.                             Target is cTarget with
  1008.                                 ID is O_MOVIE_2;
  1009.                             end;
  1010.                         end
  1011.                     ];
  1012.                 end,
  1013.                 cIfCommand with
  1014.                     Flags is 0;
  1015.                     ValueRef is cGlobalRef with
  1016.                         Name is "bouclevideo";
  1017.                     end;
  1018.                     Op is cTestIntegerEqualOp with
  1019.                         Value is 32;
  1020.                     end;
  1021.                     Commands is [
  1022.                         cSwitchURLCommand with
  1023.                             Flags is 0;
  1024.                             Target is cTarget with
  1025.                                 ID is O_MOVIE_2;
  1026.                             end;
  1027.                             URLOption is cDiskURLOption with
  1028.                                 URL is "Media/Videos/s10.mpg";
  1029.                             end;
  1030.                         end,
  1031.                         cFocusCommand with
  1032.                             Flags is 0;
  1033.                             Target is cTarget with
  1034.                                 ID is O_MOVIE_2;
  1035.                             end;
  1036.                         end
  1037.                     ];
  1038.                 end,
  1039.                 cIfCommand with
  1040.                     Flags is 0;
  1041.                     ValueRef is cGlobalRef with
  1042.                         Name is "bouclevideo";
  1043.                     end;
  1044.                     Op is cTestIntegerEqualOp with
  1045.                         Value is 33;
  1046.                     end;
  1047.                     Commands is [
  1048.                         cSwitchURLCommand with
  1049.                             Flags is 0;
  1050.                             Target is cTarget with
  1051.                                 ID is O_MOVIE_2;
  1052.                             end;
  1053.                             URLOption is cDiskURLOption with
  1054.                                 URL is "Media/Videos/s11.mpg";
  1055.                             end;
  1056.                         end,
  1057.                         cFocusCommand with
  1058.                             Flags is 0;
  1059.                             Target is cTarget with
  1060.                                 ID is O_MOVIE_2;
  1061.                             end;
  1062.                         end
  1063.                     ];
  1064.                 end,
  1065.                 cIfCommand with
  1066.                     Flags is 0;
  1067.                     ValueRef is cGlobalRef with
  1068.                         Name is "bouclevideo";
  1069.                     end;
  1070.                     Op is cTestIntegerEqualOp with
  1071.                         Value is 34;
  1072.                     end;
  1073.                     Commands is [
  1074.                         cSwitchURLCommand with
  1075.                             Flags is 0;
  1076.                             Target is cTarget with
  1077.                                 ID is O_MOVIE_2;
  1078.                             end;
  1079.                             URLOption is cDiskURLOption with
  1080.                                 URL is "Media/Videos/Bonusmunich.mpg";
  1081.                             end;
  1082.                         end,
  1083.                         cFocusCommand with
  1084.                             Flags is 0;
  1085.                             Target is cTarget with
  1086.                                 ID is O_MOVIE_2;
  1087.                             end;
  1088.                         end,
  1089.                         cSetCommand with
  1090.                             Flags is 0;
  1091.                             ValueRef is cGlobalRef with
  1092.                                 Name is "bouclevideo";
  1093.                             end;
  1094.                             Op is cSetIntegerValueOp with
  1095.                                 Value is 0;
  1096.                             end;
  1097.                         end
  1098.                     ];
  1099.                 end
  1100.             ];
  1101.         end,
  1102.         cMouseUpEvent with
  1103.             Flags is 4;
  1104.             Flag is true;
  1105.             Commands is [
  1106.                 cBrowseCommand with
  1107.                     Flags is 0;
  1108.                     Target is cTarget with
  1109.                         ID is oTargetRoot;
  1110.                     end;
  1111.                     All is false;
  1112.                     URLOption is cDiskURLOption with
  1113.                         URL is "Media/Interface/Sommaire.xd";
  1114.                     end;
  1115.                 end
  1116.             ];
  1117.         end,
  1118.         cKeyboardEvent with
  1119.             Flags is 4;
  1120.             CaseSensitive is true;
  1121.             Test is IsSpace;
  1122.             TestKey is "\$00";
  1123.             Commands is [
  1124.                 cSetCommand with
  1125.                     Flags is 0;
  1126.                     ValueRef is cGlobalRef with
  1127.                         Name is "bouclevideo";
  1128.                     end;
  1129.                     Op is cSetIntegerAddOp with
  1130.                         Value is 1;
  1131.                     end;
  1132.                 end,
  1133.                 cIfCommand with
  1134.                     Flags is 0;
  1135.                     ValueRef is cGlobalRef with
  1136.                         Name is "bouclevideo";
  1137.                     end;
  1138.                     Op is cTestIntegerEqualOp with
  1139.                         Value is 1;
  1140.                     end;
  1141.                     Commands is [
  1142.                         cSwitchURLCommand with
  1143.                             Flags is 0;
  1144.                             Target is cTarget with
  1145.                                 ID is O_MOVIE_2;
  1146.                             end;
  1147.                             URLOption is cDiskURLOption with
  1148.                                 URL is "Media/Videos/Bonusrouge.mpg";
  1149.                             end;
  1150.                         end,
  1151.                         cFocusCommand with
  1152.                             Flags is 0;
  1153.                             Target is cTarget with
  1154.                                 ID is O_MOVIE_2;
  1155.                             end;
  1156.                         end
  1157.                     ];
  1158.                 end,
  1159.                 cIfCommand with
  1160.                     Flags is 0;
  1161.                     ValueRef is cGlobalRef with
  1162.                         Name is "bouclevideo";
  1163.                     end;
  1164.                     Op is cTestIntegerEqualOp with
  1165.                         Value is 2;
  1166.                     end;
  1167.                     Commands is [
  1168.                         cSwitchURLCommand with
  1169.                             Flags is 0;
  1170.                             Target is cTarget with
  1171.                                 ID is O_MOVIE_2;
  1172.                             end;
  1173.                             URLOption is cDiskURLOption with
  1174.                                 URL is "Media/Videos/a1.mpg";
  1175.                             end;
  1176.                         end,
  1177.                         cFocusCommand with
  1178.                             Flags is 0;
  1179.                             Target is cTarget with
  1180.                                 ID is O_MOVIE_2;
  1181.                             end;
  1182.                         end
  1183.                     ];
  1184.                 end,
  1185.                 cIfCommand with
  1186.                     Flags is 0;
  1187.                     ValueRef is cGlobalRef with
  1188.                         Name is "bouclevideo";
  1189.                     end;
  1190.                     Op is cTestIntegerEqualOp with
  1191.                         Value is 3;
  1192.                     end;
  1193.                     Commands is [
  1194.                         cSwitchURLCommand with
  1195.                             Flags is 0;
  1196.                             Target is cTarget with
  1197.                                 ID is O_MOVIE_2;
  1198.                             end;
  1199.                             URLOption is cDiskURLOption with
  1200.                                 URL is "Media/Videos/a2.mpg";
  1201.                             end;
  1202.                         end,
  1203.                         cFocusCommand with
  1204.                             Flags is 0;
  1205.                             Target is cTarget with
  1206.                                 ID is O_MOVIE_2;
  1207.                             end;
  1208.                         end
  1209.                     ];
  1210.                 end,
  1211.                 cIfCommand with
  1212.                     Flags is 0;
  1213.                     ValueRef is cGlobalRef with
  1214.                         Name is "bouclevideo";
  1215.                     end;
  1216.                     Op is cTestIntegerEqualOp with
  1217.                         Value is 4;
  1218.                     end;
  1219.                     Commands is [
  1220.                         cSwitchURLCommand with
  1221.                             Flags is 0;
  1222.                             Target is cTarget with
  1223.                                 ID is O_MOVIE_2;
  1224.                             end;
  1225.                             URLOption is cDiskURLOption with
  1226.                                 URL is "Media/Videos/a3.mpg";
  1227.                             end;
  1228.                         end,
  1229.                         cFocusCommand with
  1230.                             Flags is 0;
  1231.                             Target is cTarget with
  1232.                                 ID is O_MOVIE_2;
  1233.                             end;
  1234.                         end
  1235.                     ];
  1236.                 end,
  1237.                 cIfCommand with
  1238.                     Flags is 0;
  1239.                     ValueRef is cGlobalRef with
  1240.                         Name is "bouclevideo";
  1241.                     end;
  1242.                     Op is cTestIntegerEqualOp with
  1243.                         Value is 5;
  1244.                     end;
  1245.                     Commands is [
  1246.                         cSwitchURLCommand with
  1247.                             Flags is 0;
  1248.                             Target is cTarget with
  1249.                                 ID is O_MOVIE_2;
  1250.                             end;
  1251.                             URLOption is cDiskURLOption with
  1252.                                 URL is "Media/Videos/a4.mpg";
  1253.                             end;
  1254.                         end,
  1255.                         cFocusCommand with
  1256.                             Flags is 0;
  1257.                             Target is cTarget with
  1258.                                 ID is O_MOVIE_2;
  1259.                             end;
  1260.                         end
  1261.                     ];
  1262.                 end,
  1263.                 cIfCommand with
  1264.                     Flags is 0;
  1265.                     ValueRef is cGlobalRef with
  1266.                         Name is "bouclevideo";
  1267.                     end;
  1268.                     Op is cTestIntegerEqualOp with
  1269.                         Value is 6;
  1270.                     end;
  1271.                     Commands is [
  1272.                         cSwitchURLCommand with
  1273.                             Flags is 0;
  1274.                             Target is cTarget with
  1275.                                 ID is O_MOVIE_2;
  1276.                             end;
  1277.                             URLOption is cDiskURLOption with
  1278.                                 URL is "Media/Videos/a6.mpg";
  1279.                             end;
  1280.                         end,
  1281.                         cFocusCommand with
  1282.                             Flags is 0;
  1283.                             Target is cTarget with
  1284.                                 ID is O_MOVIE_2;
  1285.                             end;
  1286.                         end
  1287.                     ];
  1288.                 end,
  1289.                 cIfCommand with
  1290.                     Flags is 0;
  1291.                     ValueRef is cGlobalRef with
  1292.                         Name is "bouclevideo";
  1293.                     end;
  1294.                     Op is cTestIntegerEqualOp with
  1295.                         Value is 7;
  1296.                     end;
  1297.                     Commands is [
  1298.                         cSwitchURLCommand with
  1299.                             Flags is 0;
  1300.                             Target is cTarget with
  1301.                                 ID is O_MOVIE_2;
  1302.                             end;
  1303.                             URLOption is cDiskURLOption with
  1304.                                 URL is "Media/Videos/a7.mpg";
  1305.                             end;
  1306.                         end,
  1307.                         cFocusCommand with
  1308.                             Flags is 0;
  1309.                             Target is cTarget with
  1310.                                 ID is O_MOVIE_2;
  1311.                             end;
  1312.                         end
  1313.                     ];
  1314.                 end,
  1315.                 cIfCommand with
  1316.                     Flags is 0;
  1317.                     ValueRef is cGlobalRef with
  1318.                         Name is "bouclevideo";
  1319.                     end;
  1320.                     Op is cTestIntegerEqualOp with
  1321.                         Value is 8;
  1322.                     end;
  1323.                     Commands is [
  1324.                         cSwitchURLCommand with
  1325.                             Flags is 0;
  1326.                             Target is cTarget with
  1327.                                 ID is O_MOVIE_2;
  1328.                             end;
  1329.                             URLOption is cDiskURLOption with
  1330.                                 URL is "Media/Videos/a8.MPG";
  1331.                             end;
  1332.                         end,
  1333.                         cFocusCommand with
  1334.                             Flags is 0;
  1335.                             Target is cTarget with
  1336.                                 ID is O_MOVIE_2;
  1337.                             end;
  1338.                         end
  1339.                     ];
  1340.                 end,
  1341.                 cIfCommand with
  1342.                     Flags is 0;
  1343.                     ValueRef is cGlobalRef with
  1344.                         Name is "bouclevideo";
  1345.                     end;
  1346.                     Op is cTestIntegerEqualOp with
  1347.                         Value is 9;
  1348.                     end;
  1349.                     Commands is [
  1350.                         cDragCommand with
  1351.                             Flags is 0;
  1352.                             Target is cTarget with
  1353.                                 ID is O_MOVIE_2;
  1354.                             end;
  1355.                             Mode is DragTo;
  1356.                             X is 0;
  1357.                             Y is 70;
  1358.                             Constraint is cTarget with
  1359.                             end;
  1360.                         end,
  1361.                         cGrowCommand with
  1362.                             Flags is 0;
  1363.                             Target is cTarget with
  1364.                                 ID is O_MOVIE_2;
  1365.                             end;
  1366.                             Mode is GrowTo;
  1367.                             X is 800;
  1368.                             Y is 450;
  1369.                             Constraint is cTarget with
  1370.                             end;
  1371.                         end,
  1372.                         cSwitchURLCommand with
  1373.                             Flags is 0;
  1374.                             Target is cTarget with
  1375.                                 ID is O_MOVIE_2;
  1376.                             end;
  1377.                             URLOption is cDiskURLOption with
  1378.                                 URL is "Media/Videos/a10.mpg";
  1379.                             end;
  1380.                         end,
  1381.                         cFocusCommand with
  1382.                             Flags is 0;
  1383.                             Target is cTarget with
  1384.                                 ID is O_MOVIE_2;
  1385.                             end;
  1386.                         end
  1387.                     ];
  1388.                 end,
  1389.                 cIfCommand with
  1390.                     Flags is 0;
  1391.                     ValueRef is cGlobalRef with
  1392.                         Name is "bouclevideo";
  1393.                     end;
  1394.                     Op is cTestIntegerEqualOp with
  1395.                         Value is 10;
  1396.                     end;
  1397.                     Commands is [
  1398.                         cDragCommand with
  1399.                             Flags is 0;
  1400.                             Target is cTarget with
  1401.                                 ID is O_MOVIE_2;
  1402.                             end;
  1403.                             Mode is DragTo;
  1404.                             X is 0;
  1405.                             Y is 0;
  1406.                             Constraint is cTarget with
  1407.                             end;
  1408.                         end,
  1409.                         cGrowCommand with
  1410.                             Flags is 0;
  1411.                             Target is cTarget with
  1412.                                 ID is O_MOVIE_2;
  1413.                             end;
  1414.                             Mode is GrowTo;
  1415.                             X is 800;
  1416.                             Y is 600;
  1417.                             Constraint is cTarget with
  1418.                             end;
  1419.                         end,
  1420.                         cSwitchURLCommand with
  1421.                             Flags is 0;
  1422.                             Target is cTarget with
  1423.                                 ID is O_MOVIE_2;
  1424.                             end;
  1425.                             URLOption is cDiskURLOption with
  1426.                                 URL is "Media/Videos/a11.mpg";
  1427.                             end;
  1428.                         end,
  1429.                         cFocusCommand with
  1430.                             Flags is 0;
  1431.                             Target is cTarget with
  1432.                                 ID is O_MOVIE_2;
  1433.                             end;
  1434.                         end
  1435.                     ];
  1436.                 end,
  1437.                 cIfCommand with
  1438.                     Flags is 0;
  1439.                     ValueRef is cGlobalRef with
  1440.                         Name is "bouclevideo";
  1441.                     end;
  1442.                     Op is cTestIntegerEqualOp with
  1443.                         Value is 11;
  1444.                     end;
  1445.                     Commands is [
  1446.                         cSwitchURLCommand with
  1447.                             Flags is 0;
  1448.                             Target is cTarget with
  1449.                                 ID is O_MOVIE_2;
  1450.                             end;
  1451.                             URLOption is cDiskURLOption with
  1452.                                 URL is "Media/Videos/a12.mpg";
  1453.                             end;
  1454.                         end,
  1455.                         cFocusCommand with
  1456.                             Flags is 0;
  1457.                             Target is cTarget with
  1458.                                 ID is O_MOVIE_2;
  1459.                             end;
  1460.                         end
  1461.                     ];
  1462.                 end,
  1463.                 cIfCommand with
  1464.                     Flags is 0;
  1465.                     ValueRef is cGlobalRef with
  1466.                         Name is "bouclevideo";
  1467.                     end;
  1468.                     Op is cTestIntegerEqualOp with
  1469.                         Value is 12;
  1470.                     end;
  1471.                     Commands is [
  1472.                         cSwitchURLCommand with
  1473.                             Flags is 0;
  1474.                             Target is cTarget with
  1475.                                 ID is O_MOVIE_2;
  1476.                             end;
  1477.                             URLOption is cDiskURLOption with
  1478.                                 URL is "Media/Videos/a13.mpg";
  1479.                             end;
  1480.                         end,
  1481.                         cFocusCommand with
  1482.                             Flags is 0;
  1483.                             Target is cTarget with
  1484.                                 ID is O_MOVIE_2;
  1485.                             end;
  1486.                         end
  1487.                     ];
  1488.                 end,
  1489.                 cIfCommand with
  1490.                     Flags is 0;
  1491.                     ValueRef is cGlobalRef with
  1492.                         Name is "bouclevideo";
  1493.                     end;
  1494.                     Op is cTestIntegerEqualOp with
  1495.                         Value is 13;
  1496.                     end;
  1497.                     Commands is [
  1498.                         cSwitchURLCommand with
  1499.                             Flags is 0;
  1500.                             Target is cTarget with
  1501.                                 ID is O_MOVIE_2;
  1502.                             end;
  1503.                             URLOption is cDiskURLOption with
  1504.                                 URL is "Media/Videos/a14.mpg";
  1505.                             end;
  1506.                         end,
  1507.                         cFocusCommand with
  1508.                             Flags is 0;
  1509.                             Target is cTarget with
  1510.                                 ID is O_MOVIE_2;
  1511.                             end;
  1512.                         end
  1513.                     ];
  1514.                 end,
  1515.                 cIfCommand with
  1516.                     Flags is 0;
  1517.                     ValueRef is cGlobalRef with
  1518.                         Name is "bouclevideo";
  1519.                     end;
  1520.                     Op is cTestIntegerEqualOp with
  1521.                         Value is 14;
  1522.                     end;
  1523.                     Commands is [
  1524.                         cSwitchURLCommand with
  1525.                             Flags is 0;
  1526.                             Target is cTarget with
  1527.                                 ID is O_MOVIE_2;
  1528.                             end;
  1529.                             URLOption is cDiskURLOption with
  1530.                                 URL is "Media/Videos/a15.mpg";
  1531.                             end;
  1532.                         end,
  1533.                         cFocusCommand with
  1534.                             Flags is 0;
  1535.                             Target is cTarget with
  1536.                                 ID is O_MOVIE_2;
  1537.                             end;
  1538.                         end
  1539.                     ];
  1540.                 end,
  1541.                 cIfCommand with
  1542.                     Flags is 0;
  1543.                     ValueRef is cGlobalRef with
  1544.                         Name is "bouclevideo";
  1545.                     end;
  1546.                     Op is cTestIntegerEqualOp with
  1547.                         Value is 15;
  1548.                     end;
  1549.                     Commands is [
  1550.                         cSwitchURLCommand with
  1551.                             Flags is 0;
  1552.                             Target is cTarget with
  1553.                                 ID is O_MOVIE_2;
  1554.                             end;
  1555.                             URLOption is cDiskURLOption with
  1556.                                 URL is "Media/Videos/a16.mpg";
  1557.                             end;
  1558.                         end,
  1559.                         cFocusCommand with
  1560.                             Flags is 0;
  1561.                             Target is cTarget with
  1562.                                 ID is O_MOVIE_2;
  1563.                             end;
  1564.                         end
  1565.                     ];
  1566.                 end,
  1567.                 cIfCommand with
  1568.                     Flags is 0;
  1569.                     ValueRef is cGlobalRef with
  1570.                         Name is "bouclevideo";
  1571.                     end;
  1572.                     Op is cTestIntegerEqualOp with
  1573.                         Value is 16;
  1574.                     end;
  1575.                     Commands is [
  1576.                         cSwitchURLCommand with
  1577.                             Flags is 0;
  1578.                             Target is cTarget with
  1579.                                 ID is O_MOVIE_2;
  1580.                             end;
  1581.                             URLOption is cDiskURLOption with
  1582.                                 URL is "Media/Videos/a17.mpg";
  1583.                             end;
  1584.                         end,
  1585.                         cFocusCommand with
  1586.                             Flags is 0;
  1587.                             Target is cTarget with
  1588.                                 ID is O_MOVIE_2;
  1589.                             end;
  1590.                         end
  1591.                     ];
  1592.                 end,
  1593.                 cIfCommand with
  1594.                     Flags is 0;
  1595.                     ValueRef is cGlobalRef with
  1596.                         Name is "bouclevideo";
  1597.                     end;
  1598.                     Op is cTestIntegerEqualOp with
  1599.                         Value is 17;
  1600.                     end;
  1601.                     Commands is [
  1602.                         cSwitchURLCommand with
  1603.                             Flags is 0;
  1604.                             Target is cTarget with
  1605.                                 ID is O_MOVIE_2;
  1606.                             end;
  1607.                             URLOption is cDiskURLOption with
  1608.                                 URL is "Media/Videos/a18.mpg";
  1609.                             end;
  1610.                         end,
  1611.                         cFocusCommand with
  1612.                             Flags is 0;
  1613.                             Target is cTarget with
  1614.                                 ID is O_MOVIE_2;
  1615.                             end;
  1616.                         end
  1617.                     ];
  1618.                 end,
  1619.                 cIfCommand with
  1620.                     Flags is 0;
  1621.                     ValueRef is cGlobalRef with
  1622.                         Name is "bouclevideo";
  1623.                     end;
  1624.                     Op is cTestIntegerEqualOp with
  1625.                         Value is 18;
  1626.                     end;
  1627.                     Commands is [
  1628.                         cSwitchURLCommand with
  1629.                             Flags is 0;
  1630.                             Target is cTarget with
  1631.                                 ID is O_MOVIE_2;
  1632.                             end;
  1633.                             URLOption is cDiskURLOption with
  1634.                                 URL is "Media/Videos/a19.mpg";
  1635.                             end;
  1636.                         end,
  1637.                         cFocusCommand with
  1638.                             Flags is 0;
  1639.                             Target is cTarget with
  1640.                                 ID is O_MOVIE_2;
  1641.                             end;
  1642.                         end
  1643.                     ];
  1644.                 end,
  1645.                 cIfCommand with
  1646.                     Flags is 0;
  1647.                     ValueRef is cGlobalRef with
  1648.                         Name is "bouclevideo";
  1649.                     end;
  1650.                     Op is cTestIntegerEqualOp with
  1651.                         Value is 19;
  1652.                     end;
  1653.                     Commands is [
  1654.                         cSwitchURLCommand with
  1655.                             Flags is 0;
  1656.                             Target is cTarget with
  1657.                                 ID is O_MOVIE_2;
  1658.                             end;
  1659.                             URLOption is cDiskURLOption with
  1660.                                 URL is "Media/Videos/a20.mpg";
  1661.                             end;
  1662.                         end,
  1663.                         cFocusCommand with
  1664.                             Flags is 0;
  1665.                             Target is cTarget with
  1666.                                 ID is O_MOVIE_2;
  1667.                             end;
  1668.                         end
  1669.                     ];
  1670.                 end,
  1671.                 cIfCommand with
  1672.                     Flags is 0;
  1673.                     ValueRef is cGlobalRef with
  1674.                         Name is "bouclevideo";
  1675.                     end;
  1676.                     Op is cTestIntegerEqualOp with
  1677.                         Value is 20;
  1678.                     end;
  1679.                     Commands is [
  1680.                         cSwitchURLCommand with
  1681.                             Flags is 0;
  1682.                             Target is cTarget with
  1683.                                 ID is O_MOVIE_2;
  1684.                             end;
  1685.                             URLOption is cDiskURLOption with
  1686.                                 URL is "Media/Videos/a21.mpg";
  1687.                             end;
  1688.                         end,
  1689.                         cFocusCommand with
  1690.                             Flags is 0;
  1691.                             Target is cTarget with
  1692.                                 ID is O_MOVIE_2;
  1693.                             end;
  1694.                         end
  1695.                     ];
  1696.                 end,
  1697.                 cIfCommand with
  1698.                     Flags is 0;
  1699.                     ValueRef is cGlobalRef with
  1700.                         Name is "bouclevideo";
  1701.                     end;
  1702.                     Op is cTestIntegerEqualOp with
  1703.                         Value is 21;
  1704.                     end;
  1705.                     Commands is [
  1706.                         cDragCommand with
  1707.                             Flags is 0;
  1708.                             Target is cTarget with
  1709.                                 ID is O_MOVIE_2;
  1710.                             end;
  1711.                             Mode is DragTo;
  1712.                             X is 0;
  1713.                             Y is 70;
  1714.                             Constraint is cTarget with
  1715.                             end;
  1716.                         end,
  1717.                         cGrowCommand with
  1718.                             Flags is 0;
  1719.                             Target is cTarget with
  1720.                                 ID is O_MOVIE_2;
  1721.                             end;
  1722.                             Mode is GrowTo;
  1723.                             X is 800;
  1724.                             Y is 450;
  1725.                             Constraint is cTarget with
  1726.                             end;
  1727.                         end,
  1728.                         cSwitchURLCommand with
  1729.                             Flags is 0;
  1730.                             Target is cTarget with
  1731.                                 ID is O_MOVIE_2;
  1732.                             end;
  1733.                             URLOption is cDiskURLOption with
  1734.                                 URL is "Media/Videos/a22.mpg";
  1735.                             end;
  1736.                         end,
  1737.                         cFocusCommand with
  1738.                             Flags is 0;
  1739.                             Target is cTarget with
  1740.                                 ID is O_MOVIE_2;
  1741.                             end;
  1742.                         end
  1743.                     ];
  1744.                 end,
  1745.                 cIfCommand with
  1746.                     Flags is 0;
  1747.                     ValueRef is cGlobalRef with
  1748.                         Name is "bouclevideo";
  1749.                     end;
  1750.                     Op is cTestIntegerEqualOp with
  1751.                         Value is 22;
  1752.                     end;
  1753.                     Commands is [
  1754.                         cDragCommand with
  1755.                             Flags is 0;
  1756.                             Target is cTarget with
  1757.                                 ID is O_MOVIE_2;
  1758.                             end;
  1759.                             Mode is DragTo;
  1760.                             X is 0;
  1761.                             Y is 0;
  1762.                             Constraint is cTarget with
  1763.                             end;
  1764.                         end,
  1765.                         cGrowCommand with
  1766.                             Flags is 0;
  1767.                             Target is cTarget with
  1768.                                 ID is O_MOVIE_2;
  1769.                             end;
  1770.                             Mode is GrowTo;
  1771.                             X is 800;
  1772.                             Y is 600;
  1773.                             Constraint is cTarget with
  1774.                             end;
  1775.                         end,
  1776.                         cSwitchURLCommand with
  1777.                             Flags is 0;
  1778.                             Target is cTarget with
  1779.                                 ID is O_MOVIE_2;
  1780.                             end;
  1781.                             URLOption is cDiskURLOption with
  1782.                                 URL is "Media/Videos/a23.mpg";
  1783.                             end;
  1784.                         end,
  1785.                         cFocusCommand with
  1786.                             Flags is 0;
  1787.                             Target is cTarget with
  1788.                                 ID is O_MOVIE_2;
  1789.                             end;
  1790.                         end
  1791.                     ];
  1792.                 end,
  1793.                 cIfCommand with
  1794.                     Flags is 0;
  1795.                     ValueRef is cGlobalRef with
  1796.                         Name is "bouclevideo";
  1797.                     end;
  1798.                     Op is cTestIntegerEqualOp with
  1799.                         Value is 23;
  1800.                     end;
  1801.                     Commands is [
  1802.                         cSwitchURLCommand with
  1803.                             Flags is 0;
  1804.                             Target is cTarget with
  1805.                                 ID is O_MOVIE_2;
  1806.                             end;
  1807.                             URLOption is cDiskURLOption with
  1808.                                 URL is "Media/Videos/s1.mpg";
  1809.                             end;
  1810.                         end,
  1811.                         cFocusCommand with
  1812.                             Flags is 0;
  1813.                             Target is cTarget with
  1814.                                 ID is O_MOVIE_2;
  1815.                             end;
  1816.                         end
  1817.                     ];
  1818.                 end,
  1819.                 cIfCommand with
  1820.                     Flags is 0;
  1821.                     ValueRef is cGlobalRef with
  1822.                         Name is "bouclevideo";
  1823.                     end;
  1824.                     Op is cTestIntegerEqualOp with
  1825.                         Value is 24;
  1826.                     end;
  1827.                     Commands is [
  1828.                         cSwitchURLCommand with
  1829.                             Flags is 0;
  1830.                             Target is cTarget with
  1831.                                 ID is O_MOVIE_2;
  1832.                             end;
  1833.                             URLOption is cDiskURLOption with
  1834.                                 URL is "Media/Videos/s2.mpg";
  1835.                             end;
  1836.                         end,
  1837.                         cFocusCommand with
  1838.                             Flags is 0;
  1839.                             Target is cTarget with
  1840.                                 ID is O_MOVIE_2;
  1841.                             end;
  1842.                         end
  1843.                     ];
  1844.                 end,
  1845.                 cIfCommand with
  1846.                     Flags is 0;
  1847.                     ValueRef is cGlobalRef with
  1848.                         Name is "bouclevideo";
  1849.                     end;
  1850.                     Op is cTestIntegerEqualOp with
  1851.                         Value is 25;
  1852.                     end;
  1853.                     Commands is [
  1854.                         cSwitchURLCommand with
  1855.                             Flags is 0;
  1856.                             Target is cTarget with
  1857.                                 ID is O_MOVIE_2;
  1858.                             end;
  1859.                             URLOption is cDiskURLOption with
  1860.                                 URL is "Media/Videos/s3.mpg";
  1861.                             end;
  1862.                         end,
  1863.                         cFocusCommand with
  1864.                             Flags is 0;
  1865.                             Target is cTarget with
  1866.                                 ID is O_MOVIE_2;
  1867.                             end;
  1868.                         end
  1869.                     ];
  1870.                 end,
  1871.                 cIfCommand with
  1872.                     Flags is 0;
  1873.                     ValueRef is cGlobalRef with
  1874.                         Name is "bouclevideo";
  1875.                     end;
  1876.                     Op is cTestIntegerEqualOp with
  1877.                         Value is 26;
  1878.                     end;
  1879.                     Commands is [
  1880.                         cSwitchURLCommand with
  1881.                             Flags is 0;
  1882.                             Target is cTarget with
  1883.                                 ID is O_MOVIE_2;
  1884.                             end;
  1885.                             URLOption is cDiskURLOption with
  1886.                                 URL is "Media/Videos/s4.mpg";
  1887.                             end;
  1888.                         end,
  1889.                         cFocusCommand with
  1890.                             Flags is 0;
  1891.                             Target is cTarget with
  1892.                                 ID is O_MOVIE_2;
  1893.                             end;
  1894.                         end
  1895.                     ];
  1896.                 end,
  1897.                 cIfCommand with
  1898.                     Flags is 0;
  1899.                     ValueRef is cGlobalRef with
  1900.                         Name is "bouclevideo";
  1901.                     end;
  1902.                     Op is cTestIntegerEqualOp with
  1903.                         Value is 27;
  1904.                     end;
  1905.                     Commands is [
  1906.                         cSwitchURLCommand with
  1907.                             Flags is 0;
  1908.                             Target is cTarget with
  1909.                                 ID is O_MOVIE_2;
  1910.                             end;
  1911.                             URLOption is cDiskURLOption with
  1912.                                 URL is "Media/Videos/s5.mpg";
  1913.                             end;
  1914.                         end,
  1915.                         cFocusCommand with
  1916.                             Flags is 0;
  1917.                             Target is cTarget with
  1918.                                 ID is O_MOVIE_2;
  1919.                             end;
  1920.                         end
  1921.                     ];
  1922.                 end,
  1923.                 cIfCommand with
  1924.                     Flags is 0;
  1925.                     ValueRef is cGlobalRef with
  1926.                         Name is "bouclevideo";
  1927.                     end;
  1928.                     Op is cTestIntegerEqualOp with
  1929.                         Value is 28;
  1930.                     end;
  1931.                     Commands is [
  1932.                         cSwitchURLCommand with
  1933.                             Flags is 0;
  1934.                             Target is cTarget with
  1935.                                 ID is O_MOVIE_2;
  1936.                             end;
  1937.                             URLOption is cDiskURLOption with
  1938.                                 URL is "Media/Videos/s6.mpg";
  1939.                             end;
  1940.                         end,
  1941.                         cFocusCommand with
  1942.                             Flags is 0;
  1943.                             Target is cTarget with
  1944.                                 ID is O_MOVIE_2;
  1945.                             end;
  1946.                         end
  1947.                     ];
  1948.                 end,
  1949.                 cIfCommand with
  1950.                     Flags is 0;
  1951.                     ValueRef is cGlobalRef with
  1952.                         Name is "bouclevideo";
  1953.                     end;
  1954.                     Op is cTestIntegerEqualOp with
  1955.                         Value is 29;
  1956.                     end;
  1957.                     Commands is [
  1958.                         cSwitchURLCommand with
  1959.                             Flags is 0;
  1960.                             Target is cTarget with
  1961.                                 ID is O_MOVIE_2;
  1962.                             end;
  1963.                             URLOption is cDiskURLOption with
  1964.                                 URL is "Media/Videos/s7.mpg";
  1965.                             end;
  1966.                         end,
  1967.                         cFocusCommand with
  1968.                             Flags is 0;
  1969.                             Target is cTarget with
  1970.                                 ID is O_MOVIE_2;
  1971.                             end;
  1972.                         end
  1973.                     ];
  1974.                 end,
  1975.                 cIfCommand with
  1976.                     Flags is 0;
  1977.                     ValueRef is cGlobalRef with
  1978.                         Name is "bouclevideo";
  1979.                     end;
  1980.                     Op is cTestIntegerEqualOp with
  1981.                         Value is 30;
  1982.                     end;
  1983.                     Commands is [
  1984.                         cSwitchURLCommand with
  1985.                             Flags is 0;
  1986.                             Target is cTarget with
  1987.                                 ID is O_MOVIE_2;
  1988.                             end;
  1989.                             URLOption is cDiskURLOption with
  1990.                                 URL is "Media/Videos/s8.mpg";
  1991.                             end;
  1992.                         end,
  1993.                         cFocusCommand with
  1994.                             Flags is 0;
  1995.                             Target is cTarget with
  1996.                                 ID is O_MOVIE_2;
  1997.                             end;
  1998.                         end
  1999.                     ];
  2000.                 end,
  2001.                 cIfCommand with
  2002.                     Flags is 0;
  2003.                     ValueRef is cGlobalRef with
  2004.                         Name is "bouclevideo";
  2005.                     end;
  2006.                     Op is cTestIntegerEqualOp with
  2007.                         Value is 31;
  2008.                     end;
  2009.                     Commands is [
  2010.                         cSwitchURLCommand with
  2011.                             Flags is 0;
  2012.                             Target is cTarget with
  2013.                                 ID is O_MOVIE_2;
  2014.                             end;
  2015.                             URLOption is cDiskURLOption with
  2016.                                 URL is "Media/Videos/s9.mpg";
  2017.                             end;
  2018.                         end,
  2019.                         cFocusCommand with
  2020.                             Flags is 0;
  2021.                             Target is cTarget with
  2022.                                 ID is O_MOVIE_2;
  2023.                             end;
  2024.                         end
  2025.                     ];
  2026.                 end,
  2027.                 cIfCommand with
  2028.                     Flags is 0;
  2029.                     ValueRef is cGlobalRef with
  2030.                         Name is "bouclevideo";
  2031.                     end;
  2032.                     Op is cTestIntegerEqualOp with
  2033.                         Value is 32;
  2034.                     end;
  2035.                     Commands is [
  2036.                         cSwitchURLCommand with
  2037.                             Flags is 0;
  2038.                             Target is cTarget with
  2039.                                 ID is O_MOVIE_2;
  2040.                             end;
  2041.                             URLOption is cDiskURLOption with
  2042.                                 URL is "Media/Videos/s10.mpg";
  2043.                             end;
  2044.                         end,
  2045.                         cFocusCommand with
  2046.                             Flags is 0;
  2047.                             Target is cTarget with
  2048.                                 ID is O_MOVIE_2;
  2049.                             end;
  2050.                         end
  2051.                     ];
  2052.                 end,
  2053.                 cIfCommand with
  2054.                     Flags is 0;
  2055.                     ValueRef is cGlobalRef with
  2056.                         Name is "bouclevideo";
  2057.                     end;
  2058.                     Op is cTestIntegerEqualOp with
  2059.                         Value is 33;
  2060.                     end;
  2061.                     Commands is [
  2062.                         cSwitchURLCommand with
  2063.                             Flags is 0;
  2064.                             Target is cTarget with
  2065.                                 ID is O_MOVIE_2;
  2066.                             end;
  2067.                             URLOption is cDiskURLOption with
  2068.                                 URL is "Media/Videos/s11.mpg";
  2069.                             end;
  2070.                         end,
  2071.                         cFocusCommand with
  2072.                             Flags is 0;
  2073.                             Target is cTarget with
  2074.                                 ID is O_MOVIE_2;
  2075.                             end;
  2076.                         end
  2077.                     ];
  2078.                 end,
  2079.                 cIfCommand with
  2080.                     Flags is 0;
  2081.                     ValueRef is cGlobalRef with
  2082.                         Name is "bouclevideo";
  2083.                     end;
  2084.                     Op is cTestIntegerEqualOp with
  2085.                         Value is 34;
  2086.                     end;
  2087.                     Commands is [
  2088.                         cSwitchURLCommand with
  2089.                             Flags is 0;
  2090.                             Target is cTarget with
  2091.                                 ID is O_MOVIE_2;
  2092.                             end;
  2093.                             URLOption is cDiskURLOption with
  2094.                                 URL is "Media/Videos/Bonusmunich.mpg";
  2095.                             end;
  2096.                         end,
  2097.                         cFocusCommand with
  2098.                             Flags is 0;
  2099.                             Target is cTarget with
  2100.                                 ID is O_MOVIE_2;
  2101.                             end;
  2102.                         end,
  2103.                         cSetCommand with
  2104.                             Flags is 0;
  2105.                             ValueRef is cGlobalRef with
  2106.                                 Name is "bouclevideo";
  2107.                             end;
  2108.                             Op is cSetIntegerValueOp with
  2109.                                 Value is 0;
  2110.                             end;
  2111.                         end
  2112.                     ];
  2113.                 end
  2114.             ];
  2115.         end,
  2116.         cKeyboardEvent with
  2117.             Flags is 4;
  2118.             CaseSensitive is true;
  2119.             Test is IsUp;
  2120.             TestKey is "\$00";
  2121.             Commands is [
  2122.                 cSetTimeCommand with
  2123.                     Flags is 0;
  2124.                     Target is cTarget with
  2125.                         ID is O_MOVIE_2;
  2126.                     end;
  2127.                     Time is 4;
  2128.                     TimeScale is 1;
  2129.                     Mode is GoBy;
  2130.                 end
  2131.             ];
  2132.         end,
  2133.         cKeyboardEvent with
  2134.             Flags is 4;
  2135.             CaseSensitive is true;
  2136.             Test is Equal;
  2137.             TestKey is "+";
  2138.             Commands is [
  2139.                 cSetVolumeCommand with
  2140.                     Flags is 0;
  2141.                     Mode is ExecuteBy;
  2142.                     Level is 10;
  2143.                 end
  2144.             ];
  2145.         end,
  2146.         cKeyboardEvent with
  2147.             Flags is 4;
  2148.             CaseSensitive is true;
  2149.             Test is IsDown;
  2150.             TestKey is "\$00";
  2151.             Commands is [
  2152.                 cSetTimeCommand with
  2153.                     Flags is 0;
  2154.                     Target is cTarget with
  2155.                         ID is O_MOVIE_2;
  2156.                     end;
  2157.                     Time is -4;
  2158.                     TimeScale is 1;
  2159.                     Mode is GoBy;
  2160.                 end
  2161.             ];
  2162.         end,
  2163.         cKeyboardEvent with
  2164.             Flags is 4;
  2165.             CaseSensitive is true;
  2166.             Test is Equal;
  2167.             TestKey is "-";
  2168.             Commands is [
  2169.                 cSetVolumeCommand with
  2170.                     Flags is 0;
  2171.                     Mode is ExecuteBy;
  2172.                     Level is -10;
  2173.                 end
  2174.             ];
  2175.         end
  2176.     ];
  2177.     TimeLine is cTimeLine with
  2178.         Flags is 0;
  2179.         Duration is 145680;
  2180.         Start is 0;
  2181.         Stop is 9857;
  2182.         Time is 0;
  2183.         TimeScale is 1000;
  2184.     end;
  2185. end;
  2186.  
  2187.